GitLab CI Kotlin DSL
Toggle table of contents
0.4.1
common
Platform filter
common
Switch theme
Search in API
GitLab CI Kotlin DSL
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.plugins
/
Helm
/
deploy
deploy
fun
deploy
(
release
:
String
,
chart
:
String
,
values
:
List
<
String
>
=
emptyList()
,
namespace
:
String
?
=
null
,
createNamespace
:
Boolean
=
namespace != null
,
wait
:
Boolean
=
true
,
atomic
:
Boolean
=
true
)
:
<Error class: unknown class>
(
source
)